Operation Repository.SaveSession (Save Session)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Commit any changes made by the operation on the documents. This can be used to explicitly commit changes. This operation can be executed on any type of input. The input of this operation will be preserved as the input for the next operation in the chain.
Operation id | Repository.SaveSession |
---|---|
Aliases | Document.SaveSession |
Category | Execution Flow |
Label | Save Session |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | void |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.execution.SaveSession |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Repository.SaveSession", "aliases" : [ "Document.SaveSession" ], "label" : "Save Session", "category" : "Execution Flow", "requires" : null, "description" : "Commit any changes made by the operation on the documents. This can be used to explicitly commit changes. This operation can be executed on any type of input. The input of this operation will be preserved as the input for the next operation in the chain.", "url" : "Repository.SaveSession", "signature" : [ "void", "void" ], "params" : [ ] }